home *** CD-ROM | disk | FTP | other *** search
/ Aminet 7 / Aminet 7 - August 1995.iso / Aminet / docs / misc / ConcNews.lha / news / amiga.system / comp.sys.amiga.introduction_2237_000001.msg < prev    next >
Encoding:
Internet Message Format  |  1994-11-27  |  4.1 KB

  1. Path: cs.chalmers.se!chalmers.se!sunic!mcsun!uunet!news.smith.edu!sophia.smith.edu!jfieber
  2. From: jfieber@sophia.smith.edu (John Fieber)
  3. Newsgroups: comp.sys.amiga.introduction
  4. Subject: Re: How should I organize a hard drive?
  5. Message-ID: <1992Oct15.154039.19608@sophia.smith.edu>
  6. Date: 15 Oct 92 15:40:39 GMT
  7. References: <1992Oct15.045910.22574@leland.Stanford.EDU>
  8. Sender: root@sophia.smith.edu (Operator)
  9. Organization: Smith College
  10. Lines: 87
  11.  
  12. In article <1992Oct15.045910.22574@leland.Stanford.EDU> dvoelker@leland.Stanford.EDU (David Voelker) writes:
  13. >     I've just acquired a 120MB hard drive, after having none at all.  
  14. >I'd appreciate some advice on the best way to configure the drive, and
  15.  
  16. I would say to have at least 2 partitions.  One for the system
  17. software and your basically stable applications and one for your
  18. personal work files. 
  19.  
  20.  
  21. There is also something to be said for keeping the original setup
  22. of the system directories intact and having your own
  23. customizations separate.  For one thing, it makes upgrading the
  24. OS a *lot* easier.  Also, some things just break when they don't
  25. find things where they expect them.  All your own customizations,
  26. programs and stuff should go somewhere else.  This is simple to
  27. do under 2.0, maybe a little more inconvenient under 1.3.
  28.  
  29. My boot drive is 40 meg with the "stock" 2.0 installed - only one
  30. or two minor changes.  This is automatically assigned to SYS:.
  31. Then I have a subdirectory called "local" and contains a
  32. duplicate of the standard directories, but not the files; things
  33. like c, devs, libs, s, utilities, fonts, etc.  This directory is
  34. assigned as LOCAL:.  Anything that *I* add to the system goes
  35. into the LOCAL: directories, not the SYS: directories.  
  36.  
  37. To make it all work more or less transparently, I have a small
  38. script that is called near the beginning of the startup-sequence:
  39.  
  40. -----8<----------------------------------------------
  41. ; local-assigns
  42. ;
  43. ; This script makes adding extensions to the system easier through
  44. ; the use of multiple assigns.  The normal SYS: directory structure
  45. ; is duplicated in the directory assigned to LOCAL:.  Any new
  46. ; keyboards, printer drivers, libraries, fonts and such should be added
  47. ; to the LOCAL: directories.
  48.  
  49. ; This points to the `local' directory
  50. Assign LOCAL: SYS:Local
  51.  
  52. Assign >NIL: FONTS:    LOCAL:Fonts         SYS:Fonts
  53. Assign >NIL: DEVS:     LOCAL:Devs          SYS:Devs
  54. Assign >NIL: LIBS:     LOCAL:Libs          SYS:Libs
  55. Assign >NIL: L:        LOCAL:L             SYS:L
  56. Assign >NIL: C:        LOCAL:C             SYS:C
  57. Assign >NIL: S:        LOCAL:S             SYS:S
  58. -----8<----------------------------------------------
  59.  
  60. This way, if I want to add something, I can say something like 
  61.  
  62.   copy whizbang.library LIBS: 
  63.  
  64. and it goes into the LOCAL:libs director, and does not clutter
  65. the SYS:libs directory.  Same goes for programs in C: and others.
  66. This makes it much easier to figure out what things are "stock"
  67. and what things are your "extensions" to the system.  Of course,
  68. the big hitch is for 1.3 users who can't assign more than one
  69. directory to a logical name.
  70.  
  71. After a couple years of hopelessly messy hard drives, I devised
  72. this organization and have been using it for about a month now
  73. and I think it works very well.
  74.  
  75. As for partitioning your work directories, that is harder to give
  76. advice one.  One thing to consider is making a small partition
  77. for testing of "dangerous" things that could possibly corrupt
  78. your hard drive.  The destruction of such a partition will
  79. probably cause much less greif than the destruction of your main
  80. work partition or system partition.
  81.  
  82. Also, invest in a good backup program and a pile of floppy disks.
  83. Then work out a strategy for what should be backed up when.  This
  84. brings up another slight advantage to having partitions.  If you have a
  85. distinct "system" partition, chances are it will be fairly static
  86. and won't need frequent backups.  On the other hand, your work
  87. partition may need it often.
  88.  
  89. I hope this info helps.  I'm sure others have good ideas as well.
  90.  
  91. -john
  92.  
  93.  
  94.  
  95.  
  96.  
  97. -- 
  98. ===jfieber@sophia.smith.edu==================================================
  99.